home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / mint / mgr / mgr.zoo / mgrdif2.zoo / diffs next >
Text File  |  1991-03-22  |  22KB  |  700 lines

  1. *** ckmgrterm.c    Thu Mar 21 10:46:46 1991
  2. --- ../ckmgrterm.c    Fri Mar 22 09:29:14 1991
  3. ***************
  4. *** 5,14 ****
  5.    *       on copies, and credit should be given to Bellcore where it is due.
  6.    *       BELLCORE MAKES NO WARRANTY AND ACCEPTS NO LIABILITY FOR THIS PROGRAM.
  7.    */
  8. ! /*    $Header: ckmgrterm.c,v 4.1 88/06/21 13:40:34 bianchi Exp $
  9. !     $Source: /tmp/mgrsrc/lib/RCS/ckmgrterm.c,v $
  10.   */
  11. ! static char    RCSid_[] = "$Source: /tmp/mgrsrc/lib/RCS/ckmgrterm.c,v $$Revision: 4.1 $";
  12.   
  13.   #include    <stdio.h>
  14.   
  15. --- 5,14 ----
  16.    *       on copies, and credit should be given to Bellcore where it is due.
  17.    *       BELLCORE MAKES NO WARRANTY AND ACCEPTS NO LIABILITY FOR THIS PROGRAM.
  18.    */
  19. ! /*    $Header: /home/bammi/atari/mgr/sparcmgr/lib/RCS/ckmgrterm.c,v 1.1 1991/03/22 14:28:56 bammi Exp bammi $
  20. !     $Source: /home/bammi/atari/mgr/sparcmgr/lib/RCS/ckmgrterm.c,v $
  21.   */
  22. ! static char    RCSid_[] = "$Source: /home/bammi/atari/mgr/sparcmgr/lib/RCS/ckmgrterm.c,v $$Revision: 1.1 $";
  23.   
  24.   #include    <stdio.h>
  25.   
  26. *** dump.h    Thu Mar 21 10:46:46 1991
  27. --- ../dump.h    Fri Mar 22 09:29:14 1991
  28. ***************
  29. *** 5,14 ****
  30.    *       on copies, and credit should be given to Bellcore where it is due.
  31.    *       BELLCORE MAKES NO WARRANTY AND ACCEPTS NO LIABILITY FOR THIS PROGRAM.
  32.    */
  33. ! /*    $Header: dump.h,v 4.2 88/07/20 15:16:24 sau Exp $
  34. !     $Source: /tmp/mgrsrc/lib/RCS/dump.h,v $
  35.   */
  36. ! static char    h_dump_[] = "$Source: /tmp/mgrsrc/lib/RCS/dump.h,v $$Revision: 4.2 $";
  37.   /* format for saved bitmaps */
  38.   
  39.   #define B_HSIZE        (sizeof(struct b_header))
  40. --- 5,14 ----
  41.    *       on copies, and credit should be given to Bellcore where it is due.
  42.    *       BELLCORE MAKES NO WARRANTY AND ACCEPTS NO LIABILITY FOR THIS PROGRAM.
  43.    */
  44. ! /*    $Header: /home/bammi/atari/mgr/sparcmgr/lib/RCS/dump.h,v 1.1 1991/03/22 14:28:56 bammi Exp bammi $
  45. !     $Source: /home/bammi/atari/mgr/sparcmgr/lib/RCS/dump.h,v $
  46.   */
  47. ! static char    h_dump_[] = "$Source: /home/bammi/atari/mgr/sparcmgr/lib/RCS/dump.h,v $$Revision: 1.1 $";
  48.   /* format for saved bitmaps */
  49.   
  50.   #define B_HSIZE        (sizeof(struct b_header))
  51. *** restart.h    Thu Mar 21 10:46:46 1991
  52. --- ../restart.h    Fri Mar 22 09:29:16 1991
  53. ***************
  54. *** 5,14 ****
  55.    *       on copies, and credit should be given to Bellcore where it is due.
  56.    *       BELLCORE MAKES NO WARRANTY AND ACCEPTS NO LIABILITY FOR THIS PROGRAM.
  57.    */
  58. ! /*    $Header: restart.h,v 4.1 88/06/21 13:40:38 bianchi Exp $
  59. !     $Source: /tmp/mgrsrc/lib/RCS/restart.h,v $
  60.   */
  61. ! static char    h_restart_[] = "$Source: /tmp/mgrsrc/lib/RCS/restart.h,v $$Revision: 4.1 $";
  62.   
  63.   /* stuff for restarting upon reshape/ redraw */
  64.   
  65. --- 5,14 ----
  66.    *       on copies, and credit should be given to Bellcore where it is due.
  67.    *       BELLCORE MAKES NO WARRANTY AND ACCEPTS NO LIABILITY FOR THIS PROGRAM.
  68.    */
  69. ! /*    $Header: /home/bammi/atari/mgr/sparcmgr/lib/RCS/restart.h,v 1.1 1991/03/22 14:28:56 bammi Exp bammi $
  70. !     $Source: /home/bammi/atari/mgr/sparcmgr/lib/RCS/restart.h,v $
  71.   */
  72. ! static char    h_restart_[] = "$Source: /home/bammi/atari/mgr/sparcmgr/lib/RCS/restart.h,v $$Revision: 1.1 $";
  73.   
  74.   /* stuff for restarting upon reshape/ redraw */
  75.   
  76. ***************
  77. *** 22,29 ****
  78. --- 22,34 ----
  79.   #include <signal.h>
  80.   #endif
  81.   
  82. + #if __STDC__
  83. + void _Catch (void);
  84. + void _Clean (void);
  85. + #else
  86.   extern int _Catch(), _Clean();
  87.   extern jmp_buf _env;
  88. + #endif
  89.   
  90.   #ifdef QUIT_CHAR
  91.   static char *_quit = QUIT_CHAR;
  92. *** scribe.c    Thu Mar 21 10:46:47 1991
  93. --- ../scribe.c    Fri Mar 22 09:29:17 1991
  94. ***************
  95. *** 5,14 ****
  96.    *       on copies, and credit should be given to Bellcore where it is due.
  97.    *       BELLCORE MAKES NO WARRANTY AND ACCEPTS NO LIABILITY FOR THIS PROGRAM.
  98.    */
  99. ! /*    $Header: scribe.c,v 4.2 88/06/22 09:05:15 sau Exp $
  100. !     $Source: /tmp/mgrsrc/lib/RCS/scribe.c,v $
  101.   */
  102. ! static char    RCSid_[] = "$Source: /tmp/mgrsrc/lib/RCS/scribe.c,v $$Revision: 4.2 $";
  103.   
  104.   /* These characters were adapted from the Hershey font collection.
  105.    *
  106. --- 5,14 ----
  107.    *       on copies, and credit should be given to Bellcore where it is due.
  108.    *       BELLCORE MAKES NO WARRANTY AND ACCEPTS NO LIABILITY FOR THIS PROGRAM.
  109.    */
  110. ! /*    $Header: /home/bammi/atari/mgr/sparcmgr/lib/RCS/scribe.c,v 1.1 1991/03/22 14:28:56 bammi Exp bammi $
  111. !     $Source: /home/bammi/atari/mgr/sparcmgr/lib/RCS/scribe.c,v $
  112.   */
  113. ! static char    RCSid_[] = "$Source: /home/bammi/atari/mgr/sparcmgr/lib/RCS/scribe.c,v $$Revision: 1.1 $";
  114.   
  115.   /* These characters were adapted from the Hershey font collection.
  116.    *
  117. ***************
  118. *** 18,24 ****
  119.   
  120.   scribe( font, ch, min, max, npts, pts)
  121.       int font, *npts;
  122. !     char ch;
  123.       short    *min, *max, *pts;
  124.   #    define char_per_font 96
  125.   {
  126. --- 18,24 ----
  127.   
  128.   scribe( font, ch, min, max, npts, pts)
  129.       int font, *npts;
  130. !     int ch;
  131.       short    *min, *max, *pts;
  132.   #    define char_per_font 96
  133.   {
  134. *** sfont.c    Thu Mar 21 10:46:47 1991
  135. --- ../sfont.c    Fri Mar 22 09:29:18 1991
  136. ***************
  137. *** 5,14 ****
  138.    *       on copies, and credit should be given to Bellcore where it is due.
  139.    *       BELLCORE MAKES NO WARRANTY AND ACCEPTS NO LIABILITY FOR THIS PROGRAM.
  140.    */
  141. ! /*    $Header: sfont.c,v 4.2 88/06/22 09:12:40 sau Exp $
  142. !     $Source: /tmp/mgrsrc/lib/RCS/sfont.c,v $
  143.   */
  144. ! static char    RCSid_[] = "$Source: /tmp/mgrsrc/lib/RCS/sfont.c,v $$Revision: 4.2 $";
  145.   
  146.   /* These characters were adapted from the Hershey font collection.
  147.    *
  148. --- 5,14 ----
  149.    *       on copies, and credit should be given to Bellcore where it is due.
  150.    *       BELLCORE MAKES NO WARRANTY AND ACCEPTS NO LIABILITY FOR THIS PROGRAM.
  151.    */
  152. ! /*    $Header: /home/bammi/atari/mgr/sparcmgr/lib/RCS/sfont.c,v 1.1 1991/03/22 14:28:56 bammi Exp bammi $
  153. !     $Source: /home/bammi/atari/mgr/sparcmgr/lib/RCS/sfont.c,v $
  154.   */
  155. ! static char    RCSid_[] = "$Source: /home/bammi/atari/mgr/sparcmgr/lib/RCS/sfont.c,v $$Revision: 1.1 $";
  156.   
  157.   /* These characters were adapted from the Hershey font collection.
  158.    *
  159. ***************
  160. *** 19,25 ****
  161.   /*---------------------------------------*/
  162.   sfont( font, ch, min, max, npts, pts)
  163.       int font, *npts;
  164. !     char ch;
  165.       short    *min, *max, *pts;
  166.   #    define char_per_font 96
  167.   {
  168. --- 19,25 ----
  169.   /*---------------------------------------*/
  170.   sfont( font, ch, min, max, npts, pts)
  171.       int font, *npts;
  172. !     int ch;
  173.       short    *min, *max, *pts;
  174.   #    define char_per_font 96
  175.   {
  176. *** sin.c    Thu Mar 21 10:46:47 1991
  177. --- ../sin.c    Fri Mar 22 09:29:18 1991
  178. ***************
  179. *** 5,14 ****
  180.    *       on copies, and credit should be given to Bellcore where it is due.
  181.    *       BELLCORE MAKES NO WARRANTY AND ACCEPTS NO LIABILITY FOR THIS PROGRAM.
  182.    */
  183. ! /*    $Header: sin.c,v 4.1 88/06/21 13:40:58 bianchi Exp $
  184. !     $Source: /tmp/mgrsrc/lib/RCS/sin.c,v $
  185.   */
  186. ! static char    RCSid_[] = "$Source: /tmp/mgrsrc/lib/RCS/sin.c,v $$Revision: 4.1 $";
  187.   
  188.   /*    sine and cosine routines
  189.    *    input:    degrees (integer) 
  190. --- 5,14 ----
  191.    *       on copies, and credit should be given to Bellcore where it is due.
  192.    *       BELLCORE MAKES NO WARRANTY AND ACCEPTS NO LIABILITY FOR THIS PROGRAM.
  193.    */
  194. ! /*    $Header: /home/bammi/atari/mgr/sparcmgr/lib/RCS/sin.c,v 1.1 1991/03/22 14:28:56 bammi Exp bammi $
  195. !     $Source: /home/bammi/atari/mgr/sparcmgr/lib/RCS/sin.c,v $
  196.   */
  197. ! static char    RCSid_[] = "$Source: /home/bammi/atari/mgr/sparcmgr/lib/RCS/sin.c,v $$Revision: 1.1 $";
  198.   
  199.   /*    sine and cosine routines
  200.    *    input:    degrees (integer) 
  201. ***************
  202. *** 17,23 ****
  203.   
  204.   /*    sin table 0-90 degrees * 1024 */
  205.   
  206. ! int sintab[] = {
  207.       0, 18, 36, 54, 71, 89, 107, 125, 143, 160,
  208.       178, 195, 213, 230, 248, 265, 282, 299, 316, 333,
  209.       350, 367, 384, 400, 416, 433, 449, 465, 481, 496,
  210. --- 17,23 ----
  211.   
  212.   /*    sin table 0-90 degrees * 1024 */
  213.   
  214. ! static short sintab[] = {
  215.       0, 18, 36, 54, 71, 89, 107, 125, 143, 160,
  216.       178, 195, 213, 230, 248, 265, 282, 299, 316, 333,
  217.       350, 367, 384, 400, 416, 433, 449, 465, 481, 496,
  218. *** term.c    Thu Mar 21 10:51:06 1991
  219. --- ../term.c    Fri Mar 22 09:31:52 1991
  220. ***************
  221. *** 5,14 ****
  222.    *       on copies, and credit should be given to Bellcore where it is due.
  223.    *       BELLCORE MAKES NO WARRANTY AND ACCEPTS NO LIABILITY FOR THIS PROGRAM.
  224.    */
  225. ! /*    $Header: term.c,v 4.3 88/07/01 09:33:49 bianchi Exp $
  226. !     $Source: /tmp/mgrsrc/lib/RCS/term.c,v $
  227.   */
  228. ! static char    RCSid_[]